From: Boyuan Yang Date: Sun, 19 Sep 2021 00:20:08 +0000 (-0400) Subject: debian/rules: Refresh build cmake options X-Git-Tag: archive/raspbian/1.1.9+ds1-4+rpi1^2^2~71 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=c129355126c86ac5121b7e62405c120de750d433;p=opencc.git debian/rules: Refresh build cmake options --- diff --git a/debian/rules b/debian/rules index 250a007..2fef24c 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,12 @@ BUILD_OPTIONS = \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/ \ -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_BUNDLED_LIBMARISA=OFF + -DUSE_SYSTEM_DARTS=ON \ + -DUSE_SYSTEM_GTEST=ON \ + -DUSE_SYSTEM_MARISA=ON \ + -DUSE_SYSTEM_PYBIND11=ON \ + -DUSE_SYSTEM_RAPIDJSON=ON \ + -DUSE_SYSTEM_TCLAP=ON ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) BUILD_OPTIONS += -DBUILD_DOCUMENTATION=ON